悟空视频

    在线播放云盘网盘BT下载影视图书

    Learning pandas - 图书

    2017计算机·编程设计
    导演:Michael Heydt
    This book is ideal for data scientists, data analysts, Python programmers who want to plunge into data analysis using pandas, and anyone with a curiosity about analyzing data. Some knowledge of statistics and programming will be helpful to get the most out of this book but not strictly required. Prior exposure to pandas is also not required.
    Learning pandas
    图书

    Learning pandas - 图书

    2017计算机·编程设计
    导演:Michael Heydt
    This book is ideal for data scientists, data analysts, Python programmers who want to plunge into data analysis using pandas, and anyone with a curiosity about analyzing data. Some knowledge of statistics and programming will be helpful to get the most out of this book but not strictly required. Prior exposure to pandas is also not required.
    Learning pandas
    图书

    Pandas Cookbook - 图书

    2017计算机·编程设计
    导演:Theodore Petrou
    This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory.
    Pandas Cookbook
    搜索《Pandas Cookbook》
    图书

    Mastering pandas - 图书

    2019科学技术·工业技术
    导演:Ashish Kumar
    pandas is a popular Python library used by data scientists and analysts worldwide to manipulate and analyze their data. This book presents useful data manipulation techniques in pandas to perform complex data analysis in various domains.An update to our highly successful previous edition with new features, examples, updated code, and more, this book is an in-depth guide to get the most out of pandas for data analysis. Designed for both intermediate users as well as seasoned practitioners, you will learn advanced data manipulation techniques, such as multi-indexing, modifying data structures, and sampling your data, which allow for powerful analysis and help you gain accurate insights from it. With the help of this book, you will apply pandas to different domains, such as Bayesian statistics, predictive analytics, and time series analysis using an example-based approach. And not just that; you will also learn how to prepare powerful, interactive business reports in pandas using the Jupyter notebook.By the end of this book, you will learn how to perform efficient data analysis using pandas on complex data, and become an expert data analyst or data scientist in the process.
    Mastering pandas
    搜索《Mastering pandas》
    图书

    Mastering pandas - 图书

    2019科学技术·工业技术
    导演:Ashish Kumar
    pandas is a popular Python library used by data scientists and analysts worldwide to manipulate and analyze their data. This book presents useful data manipulation techniques in pandas to perform complex data analysis in various domains.An update to our highly successful previous edition with new features, examples, updated code, and more, this book is an in-depth guide to get the most out of pandas for data analysis. Designed for both intermediate users as well as seasoned practitioners, you will learn advanced data manipulation techniques, such as multi-indexing, modifying data structures, and sampling your data, which allow for powerful analysis and help you gain accurate insights from it. With the help of this book, you will apply pandas to different domains, such as Bayesian statistics, predictive analytics, and time series analysis using an example-based approach. And not just that; you will also learn how to prepare powerful, interactive business reports in pandas using the Jupyter notebook.By the end of this book, you will learn how to perform efficient data analysis using pandas on complex data, and become an expert data analyst or data scientist in the process.
    Mastering pandas
    搜索《Mastering pandas》
    图书

    Pandas Cookbook - 图书

    2017计算机·编程设计
    导演:Theodore Petrou
    This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory.
    Pandas Cookbook
    搜索《Pandas Cookbook》
    图书

    Les Pandas au bain - 图书

    导演:tupera tupera
    Cet album mystérieux promet d'emblée une révélation exclusive : nous dévoiler le secret des pandas ! Pour cela, il nous faut accompagner une famille de panda aux bains publics. Les pandas paient leur entrée, se dirigent vers les vestiaires, et, stupeur : se mettent à enlever leur pull noir, leurs chaussettes noires, leurs lunettes de soleil... jusqu'au maquillage des oreilles !...(展开全部)
    Les Pandas au bain
    搜索《Les Pandas au bain》
    图书

    Pandas数据处理 - 图书

    2022科学技术·工业技术
    导演:岑远红 刘学
    本书是Python数据分析入门书,每个概念都通过简单实例来阐述,便于读者理解与上手。具体内容包括:Python及Pandas基础知识,加载和查看数据集,Pandas的DataFrame对象和Serie
    Pandas数据处理
    搜索《Pandas数据处理》
    图书

    Pandas 1.x Cookbook - 图书

    2020计算机·编程设计
    导演:Matt Harrison Theodore Petrou
    Use the power of pandas to solve most complex scientific computing problems with ease. Revised for pandas 1.x.Key Features* This is the first book on pandas 1.x * Practical, easy to implement recipes for quick solutions to common problems in data using pandas* Master the fundamentals of pandas to quickly begin exploring any datasetBook DescriptionThe pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands as one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through situations that you are highly likely to encounter.This new updated and revised edition provides you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. Many advanced recipes combine several different features across the pandas library to generate results.What you will learn* Master data exploration in pandas through dozens of practice problems* Group, aggregate, transform, reshape, and filter data* Merge data from different sources through pandas SQL-like operations* Create visualizations via pandas hooks to matplotlib and seaborn* Use pandas, time series functionality to perform powerful analyses* Import, clean, and prepare real-world datasets for machine learning* Create workflows for processing big data that doesn’t fit in memoryWho this book is forThis book is for Python developers, data scientists, engineers, and analysts. Pandas is the ideal tool for manipulating structured data with Python and this book provides ample instruction and examples. Not only does it cover the basics required to be proficient, but it goes into the details of idiomatic pandas.
    Pandas 1.x Cookbook
    搜索《Pandas 1.x Cookbook》
    图书

    pandas数据处理与分析 - 图书

    2022计算机·计算机综合
    导演:耿远昊
    本书以Python中的pandas库为主线,介绍各类数据处理与分析方法。 本书共包含13章,第一部分介绍NumPy和pandas的基本内容;第二部分介绍pandas库中的4类操作,包括索引、分组、变形和连接;第三部分介绍基于pandas库的4类数据,包括缺失数据、文本数据、分类数据和时间序列数据,并介绍这4类数据的处理方法;第四部分介绍数据观测、特征工程和性能优化的相关内容。本书以丰富的练习为特色,每章的最后一节为习题,同时每章包含许多即时性的练习(练一练)。读者可通过这些练习将对数据科学的宏观认识运用到实践中。
    pandas数据处理与分析
    搜索《pandas数据处理与分析》
    图书
    加载中...